ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / SortChanged Event

In This Topic
    SortChanged Event (C1WrapCollectionView<S,T>)
    In This Topic
    Raised after a sort operation was performed.
    Syntax
    'Declaration
     
    Public Event SortChanged As System.EventHandler
    public event System.EventHandler SortChanged
    See Also